AttributeRemovedEvent

data class AttributeRemovedEvent(nodeId: NodeId, name: String) : Event

Fired when Element's attribute is removed.

Constructors

AttributeRemovedEvent
Link copied to clipboard
fun AttributeRemovedEvent(nodeId: NodeId, name: String)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

name
Link copied to clipboard
val name: String
A ttribute name.
nodeId
Link copied to clipboard
val nodeId: NodeId
Id of the node that has changed.

Sources

jvm source
Link copied to clipboard